From 47ff2422dbdb3187dd2d82bb8268803c6f58b652 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 15 Sep 2005 13:17:24 +0000 Subject: [PATCH] Fix the libxc Makefile. --- tools/libxc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 57a24a22e4..f1ac817d1f 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -32,8 +32,7 @@ BUILD_SRCS += xc_ia64_stubs.c else SRCS += xc_ptrace.c SRCS += xc_ptrace_core.c - -BUILD_SRCS := xc_load_aout9.c +BUILD_SRCS += xc_load_aout9.c BUILD_SRCS += xc_linux_restore.c BUILD_SRCS += xc_linux_save.c BUILD_SRCS += xc_vmx_build.c -- 2.30.2